unity lerp

111

unity lerp -

Vector3.Lerp(Vector3 start, Vector3 end, float time_passed/duration);

how to lerp a value in unity -

lerpValue = Mathf.Lerp(minValue, maxValue, interpolationPoint);

Comments

Submit
0 Comments